.nav-item:hover {
   background-color: #D0D5DD;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

@media only screen and (min-width: 1200px) {
   .bgExtend {
      position: relative;
   }

   .bgExtend::before {
      left: -20vw;
      background: var(--background-left, var(--background));
      content: '';
      display: block;
      position: absolute;
      width: 20vw;
      top: 0;
      bottom: 0;
   }

   .bgExtend::after {
      right: -25vw;
      background: var(--background-right, var(--background));
      content: '';
      display: block;
      position: absolute;
      width: 25vw;
      top: 0;
      bottom: 0;
   }

   iframe {
      width: 100%;
   }
}